home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2007 September
/
PCWSEP07.iso
/
Software
/
Linux
/
Linux Mint 3.0 Light
/
LinuxMint-3.0-Light.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
ubiquity
/
apt-setup
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-05-01
|
404 b
|
15 lines
#! /bin/sh -e
. /usr/share/debconf/confmodule
if CODENAME="$(lsb_release -cs)"; then
# TODO cjwatson 2006-04-07: wrong for Debian, I think
db_set mirror/suite "$CODENAME"
db_set mirror/codename "$CODENAME"
fi
#rm -f /target/etc/apt/sources.list
PATH="/usr/lib/ubiquity/apt-setup:/usr/lib/ubiquity/choose-mirror:$PATH" \
OVERRIDE_BASE_INSTALLABLE=1 \
/usr/lib/ubiquity/apt-setup/apt-setup /target